home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.AttributeDeclaration;
-
- class AggregateAttributeDecl$4 implements AggregateAttributeDecl.Operation {
- // $FF: synthetic field
- final boolean val$req;
- // $FF: synthetic field
- final AggregateAttributeDecl this$0;
-
- public void performOperation(AttributeDeclaration var1) {
- var1.setRequired(this.val$req);
- }
-
- AggregateAttributeDecl$4(boolean var1, AggregateAttributeDecl var2) {
- this.val$req = var1;
- this.this$0 = var2;
- }
- }
-